
"adGol" Package is an R package (not in the standard structure) to simulate Conway's Game of Life (referred here as "gol").

The "adGol.r" file contains the code. The code itself is mainly the function ad.gol, it's auxiliary functions and some examplary binary matrixes to illustrate some of the interesting patterns. Loading this file to your R environment with the command 'source("adGol.r")' must be enough to make it work properly.
The help documentation of each function was written in a different txt file beginning with the string "help_" concatenated with the name of the function without the dot(s).

The standard nomenclature os all objects in the package is to begin with "ad." ("ad" comes from my own name, but you alredy noticed that...).

The package is distributed under the license "do whatever you want with it, just remember to give me credit" (originally, university credit).


	Cheers, and have a good (game of) life!

	-- ad --

